[index]
RowHeight Property
Syntax
set the rowHeight of <dataSheet | pickList>
to <integer>
dataSheet |
Applies to datasheets, picklists
Description
The rowHeight property determines the height in pixels of every row of a dataSheet or pickList or dataSheet. The rowHeight may be any positive integer from 1 to 32766; the default value is 17.
The rowHeight property is automatically adjusted to accommodate the text when the object's text font, size, or style is changed.
Examples
Create a pickList named "test" and then create a button named "Spacing" and place the following handler into its script:
on mouseUp
if it is "Single" then
to the textSize of pickList 1 else
end if
end mouseUp
Enter some data into the pickList using a statement like the following.
35 & return & 70 & return & 8 into pickList 1
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.